The running allow you to test the TCK app against a running server using GraphiQL.
You can run the server (Wildfly) using maven:
mvn clean install
mvn wildfly:run
You can then navigate to http://localhost:8080/graphql-ui
To stop the server simply ctrl-c
the maven process.