You can request the up to date source code via email from info(at)aineistokatalogi.fi
Termed is a web-based vocabulary and metadata editor.
Termed JAR builds a single jar composing of Termed API and UI.
First install Termed API and Termed UI (e.g. download or clone projects and run mvn install on both). Then run mvn install on this project. This produces a jar file /termed-jar/target/termed.jar.
java -jar target/termed.jar
External properties can be configured using standard mechanisms provided by spring boot: http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html