You will need to have Maven installed.
See the jbosstools-devdoc documentation to update your settings.xml to point to required artifacts stored in the JBoss Maven repositories.
Once this is setup, you can build the project by issuing mvn clean verify
.
When the build finishes you will find an installable Eclipse repository in the repository/org.jboss.tools.quarkus.site/target
folder.
The name of the repository is org.jboss.tools.quarkus.site-x.y.z-SNAPSHOT.zip
.
Now you can proceed with the installation of your repository in your Eclipse workbench by following the installation instructions.